Tabula Freelancer and Jobs HTML Template


Tabula is an online job board HTML template designed to connect people looking for a job with employers who are seeking workers. It is suitable for you to show professional job board websites that require high advanced features to powerful functions and useful services for users. Employers and Candidates feel easy and convenient to sign up, login to find jobs, post jobs, job details, manage their profiles, blogs, resume, applications from Dashboard. The template is also fully documented and supported through comments section. For easier manipulation of SCSS files. The Tabula is scalable and more options & updates will be available in future based on buyers’ request. We are really glad to introduce you Tabula. Thanks!

Thank you for purchasing my Template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user Page Contact form here. Thank you so much!

Note :

Please note that images used in live preview are not included in the package. If you have any questions please feel free to email via my user page contact form here. Thank you!


If you like this template...

wink
Please Don’t Forget to Rate it!


Here is video how to upload template on cpanel

https://www.youtube.com/watch?v=iPAGfEd8ss4&t=76s

or How to Upload a File Using File Manager To upload a file through cPanel's File Manager, please do the following:

Once the file has been selected, it will automatically upload. You may select additional files while uploads are in progress.




  1. <!DOCTYPE html>
  2.  
  3. <!--
  4.  
  5. Template Name: Tabula
  6.  
  7. Version: 1.0.0
  8.  
  9. Author: Webstrot
  10.  
  11.  
  12. -->
  13.  
  14. <!--[if IE 8]>
  15.  
  16. <html lang="en" class="ie8 no-js">
  17.  
  18. <![endif]-->
  19.  
  20. <!--[if IE 9]>
  21.  
  22. <html lang="en" class="ie9 no-js">
  23.  
  24. <![endif]-->
  25.  
  26. <!--[if !IE]><!-->
  27.  
  28. <html lang="zxx" dir="ltr">
  29.  
  30. <!--[endif]-->
  31.  
  32. <head>
  33.  
  34. <meta charset="utf-8" />
  35.  
  36. <title>Tabula</title>
  37.  
  38. <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  39.  
  40. <!--Template style -->
  41.  
  42. <link rel="stylesheet" type="text/css" href="css/animate.css" />
  43.  
  44. <link rel="stylesheet" type="text/css" href="css/animate.min.css" />
  45.  
  46. <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
  47.  
  48. <link rel="stylesheet" type="text/css" href="css/fonts.css" />
  49.  
  50. <link rel="stylesheet" type="text/css" href="css/font-awesome.css" />
  51.  
  52. <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
  53.  
  54. <link rel="stylesheet" type="text/css" href="css/magnific-popup.css" />
  55.  
  56. <link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css" />
  57.  
  58. <link rel="stylesheet" type="text/css" href="css/owl.theme.default.min.css" />
  59.  
  60. <link rel="stylesheet" type="text/css" href="css/style.css" />
  61.  
  62. <link rel="stylesheet" type="text/css" href="css/responsive.css" />
  63.  
  64. <!--favicon-->
  65.  
  66. <link rel="shortcut icon" type="image/png" href="images/fav-icon.png" />
  67.  
  68. </head>


  1. /*-------------------------------------
  2.  
  3.  
  4. Author: Tabula
  5.  
  6. Copyright © 2023-24
  7.  
  8.  
  9. ---------------------------------------
  10.  
  11.  
  12. CSS INDEX
  13.  
  14. ===================
  15.  
  16.  
  17. 1. BODY
  18.  
  19. 2. CUSTOM CSS / A
  20.  
  21. 3. PRELOADER
  22.  
  23. 4. NAVIGATION
  24.  
  25. 5. SLIDER
  26.  
  27.  
  28. ---------------------------------------*/
  29.  
  30.  
  31. /*--------------
  32.  
  33. 1.Theme default CSS
  34.  
  35. --------------------------*/
  36.  
  37.  
  38. $title-font: 'Poppins',
  39.  
  40. sans-serif;
  41.  
  42. $body-font: 'Lato',
  43.  
  44. sans-serif;
  45.  
  46. $body-color: #b0b2b3;
  47.  
  48. $title-color: #222222;
  49.  
  50. $section-bg-color:#ebf5f5;
  51.  
  52. $title-color-white: #fff;
  53.  
  54. $title-color-hover: #e12454;
  55.  
  56. $font-size:16px;
  57.  
  58. $line-height:25px;
  59.  
  60. $transition: all 0.5s;
  61.  
  62.  
  63. /* ....................................
  64.  
  65. 1.1 Common CSS
  66.  
  67. .......................................*/
  68.  
  69.  
  70. @import 'common/common';
  71.  
  72.  
  73. /* ....................................
  74.  
  75. 1.1 Header CSS
  76.  
  77. .......................................*/
  78.  
  79.  
  80. @import 'header/header';
  81.  
  82.  
  83. /* ....................................
  84.  
  85. 1.1 Inner CSS
  86.  
  87. .......................................*/
  88.  
  89.  
  90. @import 'inner/inner';
  91.  
  92.  
  93. /* ....................................
  94.  
  95. 1.1 Footer CSS
  96.  
  97. .......................................*/
  98.  
  99.  
  100. @import 'footer/footer';
  101.  
  102.  
  103. /* ....................................
  104.  
  105. 1.1 INDEX 03 CSS
  106.  
  107. .......................................*/
  108.  
  109.  
  110. @import 'home3/home3';
  111.  
  112.  
  113. /* ....................................
  114.  
  115. 1.1 project details CSS
  116.  
  117. .......................................*/
  118.  
  119.  
  120. @import 'project-details/project-details';
  121.  
  122.  
  123. /* ....................................
  124.  
  125. 1.1 Shortcode CSS
  126.  
  127. .......................................*/
  128.  
  129.  
  130. @import 'shortcode/shortcode.scss';

  1. <script src="js/jquery-3.6.0.min.js"></script>
  2.  
  3. <script src="js/bootstrap.min.js"></script>
  4.  
  5. <script src="js/wow.js"></script>
  6.  
  7. <script src="js/jquery.magnific-popup.js"></script>
  8.  
  9. <script src="js/owl.carousel.min.js"></script>
  10.  
  11. <script src="js/contact_form.js"></script>
  12.  
  13. <script src="js/custom.js"></script>

  • Find File "contactmail.php"
  • Open in any HTML Editor
  • Change Your Email Here:
    1. if($sendMessage != ''){
    2. $fromEmail = 'support@webstrot.com';
    3. $toEmail = 'dev.03webstrot@example.com';
    4. $headers = "MIME-Version: 1.0" . "rn";
    5.  

I Have Used 2 Variations of Fonts in this HTML Template


I am Happy to Credit the Below :
  1. Fonts : Google Webfonts
  2. Images : Photodune
  3. Images : Shutterstock
  4. Icons : Flaticon
  5. Icons : Fontawesome
  6. Images : Unsplash
  7. Images : freepik
  8. Bootstrap

Once again, thank you so much for purchasing this Template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this Template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the Templates , you might consider visiting the forums and asking your question in the "Item Discussion" section.